Welcome![Sign In][Sign Up]
Location:
Search - ysh shell

Search list

[Linux-Unixysh

Description: 一个简单的shell解释程序,能完成简单的命令解析,支持管道,重定向,前后台任务,历史查看,exit退出she-a simple shell interpretation of the procedures, the completion of a simple analytic order to support pipelines, redirection, before and after the Taiwan mission, history View, exit from she
Platform: | Size: 3360 | Author: 罗晓峰 | Hits:

[Linux-Unixysh

Description: 目的:熟悉shell命令解释程序的工作原理,掌握使用fork和exec等系统调用设计多进程应用程序的基本技术。
Platform: | Size: 26958 | Author: 杨华 | Hits:

[Linux-UnixMyLoverMyShell

Description: 这是一个linux下的Shell.有命令历史和命令提示,补全功能。现在还不能编程。我会在12月底完成简单的编程功能。-This is a linux under the Shell. An order history and the command prompt to make up fully functional. It was not programmed. I will be completed by the end of December in a simple programming function.
Platform: | Size: 26624 | Author: 冬妮 | Hits:

[Linux-Unixmyshell

Description: 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the current process (getpid () system call) logout : withdraw from the shell ls [-l] rm [-r] mkdir, mv, cp
Platform: | Size: 11264 | Author: 叶黎 | Hits:

[Linux-Unixmyshell8

Description: 本人自己写的模拟shell程序,可以执行基本的shell命令,在linux下运行-I wrote it myself simulated shell that can perform basic shell commands, linux in running
Platform: | Size: 2048 | Author: 稀客 | Hits:

[Linux-Unixysh

Description: 一个简单的shell解释程序,能完成简单的命令解析,支持管道,重定向,前后台任务,历史查看,exit退出she-a simple shell interpretation of the procedures, the completion of a simple analytic order to support pipelines, redirection, before and after the Taiwan mission, history View, exit from she
Platform: | Size: 3072 | Author: 罗晓峰 | Hits:

[Linux-UnixLinux_myshell

Description: 这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
Platform: | Size: 40960 | Author: jason | Hits:

[Linux-Unixysh

Description: 目的:熟悉shell命令解释程序的工作原理,掌握使用fork和exec等系统调用设计多进程应用程序的基本技术。-Objective: shell command interpreter familiar with the working principle, to master the use of fork and exec system calls, such as the design of multi-process applications, the basic technology.
Platform: | Size: 26624 | Author: 杨华 | Hits:

[Linux-Unixdshell

Description: 本软件模拟Shell 的命令解释程序,了解如何创建子进程来执行一项专门的工作以及父进程如何继续子进程的工作。编写一个C语言程序作为Linux内核的Shell命令行解释程序,所执行的结果需和系统命令方式保持一致。基本运行方式为:当用户敲入命令行如:identifier[identifier[identifier]],Shell应该解析命令行参数指针数组argv[argc]。-The software simulation of the Shell command interpreter to understand how to create a child process to perform a specific job as well as the parent process on how to continue the work of sub-process. The preparation of a C language program as a Linux kernel Shell command line interpreter, the implementation of the results have to be ordered and systematic way to maintain consistency. Basic operation mode as follows: When a user input command line such as: identifier [identifier [identifier]], Shell command line parameters should resolve pointer array argv [argc].
Platform: | Size: 24576 | Author: qiumingzhou | Hits:

[Linux-Unixysh

Description: linux下的shell程序,大三时操作系统课的作业-shell under linux procedures, junior class operation when the operating system
Platform: | Size: 72704 | Author: 刘毅 | Hits:

[Linux-Unixysh

Description: Linux下实现shell的部分功能,包括一些内部指令和外部指令。-Shell under Linux implementation of some functions
Platform: | Size: 10240 | Author: 石昌硕 | Hits:

[Shell apiysh

Description: 一个简单的shell,北航大三的作业。支持进程前后台运行的控制功能。-a simple shell, my homework in Grade 3 in BUAA. It support the functions of foreground and background processes and change between them
Platform: | Size: 952320 | Author: 吴文斐 | Hits:

[Linux-Unixsrc

Description: linux环境下的shell模拟程序,程序起名为ysh其特征为:能执行外部程序命令,命令可以带参数。能执行fg,bg,cd,history,exit等内部命令,使用管道和输入输出重定向-shell under linux environment simulation program, the program named ysh characterized by: external procedures to carry out orders, the order parameter can take. To the implementation of fg, bg, cd, history, exit the internal order, use the pipeline and to redirect input and output. . . . . . . .
Platform: | Size: 15360 | Author: dd | Hits:

[Linux-Unixysh

Description: 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 除此之外,在这个实验中还须做到:  使用make工具建立工程。  使用调试器gdb来调试程序。  提供清晰、详细的设计文档和解决方案。 -This experiment in order to achieve a simple command interpreter, that is, the shell process in Linux. Experimental procedure named ysh, required that their design is similar to the current popular interpretation of the procedures of the shell, such as bash, csh, tcsh, but it does not need a less complex function. ysh procedures should have the following important features:  external procedures to perform the command, the command can take parameters. . .  to perform fg, bg, cd, history, exit the internal order.  the use of input and output pipes and redirection.  support before and after the Taiwan operations, the provision of operating control functions, including a list of print jobs, change the current operation of the front running/background status of the pending operation and control, suspension and continue to run. In addition, this experiment must be done:  make tools to use to establish the project.  use gdb
Platform: | Size: 8192 | Author: 香烟 | Hits:

[Windows Developysh

Description: this code is just a simple shell writen in c
Platform: | Size: 4096 | Author: sundar | Hits:

CodeBus www.codebus.net